You are here:
Symbol Reference >
Dew Namespace
>
Dew.Stats Namespace
>
Dew.Stats.Units Namespace
>
Classes
>
Statistics Class
>
Statistics Methods
>
Percentile Method
>
Statistics.Percentile Method ([In] TVec, [In] double[], double[], TPercentileMethod)
Dew Stats for .NET
Example
Statistics.Percentile Method ([In] TVec, [In] double[], double[], TPercentileMethod)
procedure Example; var Data:
Vector
; P, Pct: Array of
double
; begin Data.LoadFromFile('c:tempExamplesDataPercentile.vec'); SetLength(P,4); SetLength(Pct,4); Percentile(Data,P,Pct); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home